~ubuntu-branches/ubuntu/utopic/moodle/utopic

« back to all changes in this revision

Viewing changes to lib/yui/src/notification/build.json

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-05-12 16:10:38 UTC
  • mfrom: (36.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140512161038-puyqf65k4e0s8ytz
Tags: 2.6.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
      "jsfiles": [
6
6
        "notification.js"
7
7
      ]
 
8
    },
 
9
    "moodle-core-notification-dialogue": {
 
10
      "jsfiles": [
 
11
        "shared.js",
 
12
        "dialogue.js"
 
13
      ]
 
14
    },
 
15
    "moodle-core-notification-alert": {
 
16
      "jsfiles": [
 
17
        "shared.js",
 
18
        "alert.js"
 
19
      ]
 
20
    },
 
21
    "moodle-core-notification-confirm": {
 
22
      "jsfiles": [
 
23
        "shared.js",
 
24
        "confirm.js"
 
25
      ]
 
26
    },
 
27
    "moodle-core-notification-exception": {
 
28
      "jsfiles": [
 
29
        "shared.js",
 
30
        "exception.js"
 
31
      ]
 
32
    },
 
33
    "moodle-core-notification-ajaxexception": {
 
34
      "jsfiles": [
 
35
        "shared.js",
 
36
        "ajaxexception.js"
 
37
      ]
8
38
    }
9
39
  }
10
40
}