ソースを参照

Use "selectable" class to all list in kitchen-sink

@soyjavi 14 年 前
コミット
2610284bc4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      examples/kitchen-sink/app/view.js

+ 1 - 1
examples/kitchen-sink/app/view.js

@@ -2,7 +2,7 @@ App.View = (function(lng, App, undefined) {
 
     lng.View.Template.create(
         'profile-tmp',
-        '<li class="{{anchor}}">\
+        '<li class="selectable {{anchor}}">\
                 <img src="{{avatar}}" />\
                 <div class="onright">{{name}}</div>\
                 {{name}}\