Remove class quotes

These were breaking the build.
master
Ben Moon 2016-04-13 17:55:59 +01:00
parent b7e33b8721
commit 920880cfb8
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ DDH.<: $ia_id :> = DDH.<: $ia_id :> || {};
// define any callbacks or event handlers here
//
// var $dom = $(".zci--'<: $ia_id :>'");
// var $dom = $(".zci--<: $ia_id :>");
// $dom.find(".my-special-class").click(function(){
//
// });