aboutsummaryrefslogtreecommitdiffstats
path: root/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-18 16:55:10 -0700
committerzotlabs <mike@macgirvin.com>2017-03-18 16:55:10 -0700
commit320c32fd0f40f3e050ddbec3dc72561f59d7fe35 (patch)
treed698ab57c9b2c176755f9cfeaca3bc17059ae370 /library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
parent4afeefb5ce2119541a6d2a0a0b332c7a9a59a2b4 (diff)
downloadvolse-hubzilla-320c32fd0f40f3e050ddbec3dc72561f59d7fe35.tar.gz
volse-hubzilla-320c32fd0f40f3e050ddbec3dc72561f59d7fe35.tar.bz2
volse-hubzilla-320c32fd0f40f3e050ddbec3dc72561f59d7fe35.zip
issue #699
Diffstat (limited to 'library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as')
-rw-r--r--library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as12
1 files changed, 0 insertions, 12 deletions
diff --git a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as b/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
deleted file mode 100644
index 4d371954b..000000000
--- a/library/simplepie/demo/for_the_demo/source_files/sIFR-r245/options.as
+++ /dev/null
@@ -1,12 +0,0 @@
-// MTASC only parses as-files with class definitions, so here goes...
-class Options {
- public static function apply() {
- sIFR.fromLocal = true;
- sIFR.domains = ['*'];
-
- // Parsing `p.foo` might not work, see: <http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00001766.html>
- // Appearantly you have to use hex color codes as well, names are not supported!
-
- sIFR.styles.parseCSS('.foo { text-decoration: underline; }');
- }
-}