Correct typos

master
Ben Moon 2016-04-13 17:54:05 +01:00
parent a12ab0a514
commit 20688f0efe
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ DDH.<: $ia_id :> = DDH.<: $ia_id :> || {};
// define private variables and functions here
//
// fuction helper () { ... }
// function helper () { ... }
//
// var a = '',
// b = '',
@ -56,7 +56,7 @@ DDH.<: $ia_id :> = DDH.<: $ia_id :> || {};
// define any callbacks or event handlers here
//
// var $dom = $(".zci--'<: $ia_id :>'");
// $dom.find(".my-special-class").click(funtcion(){
// $dom.find(".my-special-class").click(function(){
//
// });