~jonas-drange/online-services-common-js/navbar-autocomplete

« back to all changes in this revision

Viewing changes to src/tablescroll/build.json

  • Committer: Stephen Stewart
  • Date: 2014-02-22 23:57:25 UTC
  • mfrom: (18.1.2 trunk)
  • Revision ID: stephen.stewart@canonical.com-20140222235725-iw6f15t9umws19xd
mergeĀ lp:~stephen-stewart/online-services-common-js/remove-u1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
  "name": "tablescroll",
3
 
  "builds": {
4
 
    "tablescroll": {
5
 
      "jsfiles": [
6
 
        "./js/tablescroll.js"
7
 
      ],
8
 
      "config": {
9
 
        "requires": [
10
 
          "base-base",
11
 
          "base-pluginhost",
12
 
          "base-build",
13
 
          "cache-base",
14
 
          "cache-offline",
15
 
          "cache-plugin",
16
 
          "escape",
17
 
          "stylenode",
18
 
          "widget-base",
19
 
          "widget-htmlparser",
20
 
          "widget-uievents",
21
 
          "widget-skin",
22
 
          "event-resize"
23
 
        ]
24
 
      }
25
 
    }
26
 
  }
27
 
}