paloma 4.1.2 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,44 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"/>
5
- <title>Jasmine Specs</title>
6
-
7
- <link href="./assets/jasmine.css" media="screen" rel="stylesheet" type="text/css" />
8
- </head>
9
- <body>
10
- <div id="jasmine_content"></div>
11
-
12
- <script src="./assets/jasmine.js" type="text/javascript"></script>
13
- <script src="./assets/jasmine-html.js" type="text/javascript"></script>
14
- <script src="./assets/json2.js" type="text/javascript"></script>
15
- <script src="./assets/jasmine-console-shims.js" type="text/javascript"></script>
16
- <script src="./assets/jasmine-console-reporter.js" type="text/javascript"></script>
17
- <script src="./assets/jasmine-boot.js" type="text/javascript"></script>
18
- <script src="./assets/jasmine-specs.js" type="text/javascript"></script>
19
-
20
- <div class="js-paloma-hook" data-id="1427203087424">
21
- <script type="text/javascript">
22
- (function(){
23
- // Do not continue if Paloma not found.
24
- if (window['Paloma'] === undefined) {
25
- return true;
26
- }
27
-
28
- Paloma.env = 'development';
29
-
30
- // Remove any callback details if any
31
- $('.js-paloma-hook[data-id!=' + 1427203087424 + ']').remove();
32
-
33
- var request = {"resource":"JasmineRails/SpecRunner","action":"index","params":{}};
34
-
35
- Paloma.engine.setRequest({
36
- id: "1427203087424",
37
- resource: request['resource'],
38
- action: request['action'],
39
- params: request['params']});
40
- })();
41
- </script>
42
- </div>
43
- </body>
44
- </html>