Skip to content

Commit

Permalink
#562 jQueryをキャプチャしないようにした(個別モジュールではキャプチャしないのが正)
Browse files Browse the repository at this point in the history
  • Loading branch information
simdy committed Jun 1, 2016
1 parent 7bc5cb0 commit 9bfc29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hifive/src/main/webapp/src/h5.cls.js
Expand Up @@ -15,7 +15,7 @@
*
*/
/* ------ h5.cls ------ */
(function($) {
(function() {
'use strict';

//TODO _p_ (デフォルトPrefix)を持つプロパティの再定義をブロック
Expand Down Expand Up @@ -212,4 +212,4 @@
});


})(jQuery);
})();

0 comments on commit 9bfc29f

Please sign in to comment.